OPC Studio User's Guide and Reference
Other OPC UA Extensions
Concepts > QuickOPC Concepts > QuickOPC Extensions > QuickOPC Layered Extensions for .NET and Python > OPC Unified Architecture Extensions > Other OPC UA Extensions
In This Topic

Extensions for OPC UA Troubleshooting

Testing OPC UA Connections and Subscriptions

The TestEndpoint extension method on IEasyUAClient tests whether an operational client connection can be established to the specified endpoint of an OPC UA server.

The TestConnection and TestConnectionAsync extension methods on IEasyUASubscriber test whether an OPC UA PubSub connection can be successfully established.

The TestSubscription and TestSubscriptionAsync extension methods on IEasyUASubscriber test whether an OPC UA PubSub subscription can be successfully established.

See Also